Know-How

Web Scraping with python

Get the Price list Query product price into CSV files Below is an example of web scraping of price into csv files using Python.  Not the best, but it does the job by using requests and beautifulsoup modules. there are other modules out there to do the same tasks, i.e Selenium and Scrapy,  < – …

Web Scraping with python Read More »

USB Installer

How to create USB Bootable Drive It is very convenient to have USB bootable drive as we do not need to keep all sorts of DVD discs.  When we need a linux installer, we burn Ubuntu image to USB drive and when we need a windows system, we burn Windows image.  First , get your …

USB Installer Read More »